
1) Installation and successful usage of this hud requires understanding of what is autoexec.cfg
   If you don't know what it is then I do not recommend this hud to you.
   Good starting point to learn about Quake Live config files is:
   http://www.quakelive.com/forum/showthread.php?831-The-Ultimate-Quake-Live-Guide

2) The rest is standard procedure, hud files ("1920_720_nuane.menu" and "zh2.cfg") go into directory "ui"
    win7/vista: "%AppData%\..\LocalLow\id Software\quakelive\home\baseq3\ui"
    winxp:      "%appdata%\id Software\quakelive\home\baseq3\ui"
    linux:      "~/.quakelive/quakelive/home/baseq3/ui"
    osx:        "~/Library/Application\ Support/Quakelive/" (sorry I don't know where exactly)

   There are different color version in separate folders,
   creating your own should be pretty straight-forward.
   For example this is magenta color, with 37.5% transparency (".375"):

   // lightning gun ammo indicator color
   #define lii 1 0 1 .375

   1 = 100% red, 0 = 0% green, 1 = 100% blue, .375 = 37.5% transparent

   Some versions come without "#define lii" or "#define lit",
   like for example "rainbow" version. These require more laborious approach
   if you would like to change anything about them (but also deeper knowledge about quake live hud). 


3) This hud is made for aspect ratios 4:3 (directory "4 to 3"), 16:9 (directory "16 to 9")
   and 16:10 (directory "16 to 10") @ FOV 87...115
   fov 87...95   (directory "90")
   fov 96...105  (directory "100")
   fov 106...115 (directory "110")

4) For example if I want brown color for 800x600 resolution and fov 100 then I go to brown/"4 to 3"/100
   we also need to choose between 3 different autoexec.cfg files to fix lightning gun position,
   for 100 fov we go to directory "FOV 96 to 105"

5) If you have questions, problems, criticism or whatever then contact me:
   azurehoney@hotmail.com
  
   Thanks for your interest!
